From 0cf75c0530b6fa286f9fc3fa0299e6394f8d50f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 15 May 2018 21:28:11 +0200 Subject: [PATCH] release 0.1.48 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0088a93..3160883 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,10 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> - +2018-05-15 babl-0.1.48
+fix u8 <-> double conversions for chroma, SSE2 version of RGBA float to +CIE L / Lab. Build with -Ofast by default. +
2018-04-10 babl-0.1.46
added extensions with more coverage for u32, half and other utilit fast paths improving fast path coverage. diff --git a/configure.ac b/configure.ac index 9117248..924b0df 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [47]) +m4_define([babl_micro_version], [48]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2